Gets an Index<(Of <(<'T>)>)> or a Subindex<(Of <(<'T>)>)> definition on which the scanner is based.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
IndexDefinition<T> Definition { get; }
Visual Basic
ReadOnly Property Definition As IndexDefinition(Of T)
	Get

Field Value

For a subindex scanner, returns a Subindex<(Of <(<'T>)>)>. For an index scanner, returns the same Index<(Of <(<'T>)>)> object as the scanner itself.

See Also